@import "../lib/animate/animate.css";
body {
  font-family: '微软雅黑';
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.flex {
  display: flex;
  align-items: center;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.text-white {
  color: #fff;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
  z-index: 5;
}
.header .nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.header .nav .logo {
  width: 171px;
  height: 66px;
  box-sizing: border-box;
  transition: border 0.3s;
  border: 1px solid transparent;
}
.header .nav .logo:hover {
  border-color: #fff;
}
.header.bg-dark {
  background: #2c2c2c;
}
.header .find-link {
  margin-left: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
}
.header .find-link .nav-link {
  padding: 0;
}
.header .find-link .find-icon {
  margin-right: 8px;
}
.header .find-link .find-icon section {
  margin: 3px 0;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s;
}
.header .find-link .find-icon section:first-of-type {
  transform-origin: left top;
}
.header .find-link .find-icon section:last-of-type {
  transform-origin: left bottom;
}
.header .find-link .find-icon section.rotate-down {
  transform: rotate(45deg);
}
.header .find-link .find-icon section.rotate-up {
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.header .find-link .find-icon section.fade {
  opacity: 0;
}
.header .right-menu {
  display: flex;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
  cursor: pointer;
}
.header .right-menu .region,
.header .right-menu .user {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 20px;
}
.header .right-menu .region span,
.header .right-menu .user span {
  cursor: pointer;
}
.header .right-menu .region::before,
.header .right-menu .user::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  width: 2px;
  height: 32px;
  transform: translateY(-11px);
  background: #ccc;
}
.header .right-menu .region img,
.header .right-menu .user img {
  width: 32px;
  margin-right: 16px;
}
.header .right-menu .region .dropdown-menu,
.header .right-menu .user .dropdown-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  align-items: stretch;
  top: 74px;
  width: 120px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.8);
}
.header .right-menu .region .dropdown-menu.hide,
.header .right-menu .user .dropdown-menu.hide {
  display: none;
}
.header .right-menu .region .dropdown-menu::before,
.header .right-menu .user .dropdown-menu::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-100%);
  content: '';
  border: 9px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.65);
}
.header .right-menu .region .dropdown-menu .dropdown-item,
.header .right-menu .user .dropdown-menu .dropdown-item {
  padding: 10px;
  margin: 0 9px;
  text-align: center;
  font-size: 14px;
  color: #b9b9b9 !important;
}
.header .right-menu .region .dropdown-menu .dropdown-item:not(:last-of-type),
.header .right-menu .user .dropdown-menu .dropdown-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.header .right-menu .region .dropdown-menu .dropdown-item:not(:first-of-type),
.header .right-menu .user .dropdown-menu .dropdown-item:not(:first-of-type) {
  padding-top: 10px;
}
.header .right-menu .region .dropdown-menu .dropdown-item:hover,
.header .right-menu .user .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff !important;
}
.header .search-inp {
  margin-bottom: 0;
  width: 330px;
  height: 50px;
  position: relative;
}
.header .search-inp .search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}
.header .search-inp .search-icon.right {
  right: 30px;
}
.header .search-inp .close {
  display: none!important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header .search-inp input {
  width: 0;
  right: 0;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.17);
  font-size: 20px;
  color: #ffffff;
  border: none;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header .search-inp input.slide {
  width: 100%;
  padding-left: 30px;
  padding-right: 80px;
}
.header .search-inp input::-webkit-input-placeholder {
  color: #fff;
}
.header .search-inp input:-moz-placeholder {
  color: #fff;
}
.header .search-inp input:-ms-input-placeholder {
  color: #fff;
}
.header .nav-links {
  display: flex;
  margin-top: 15px;
  padding-left: 258px;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
}
.header .nav-links .link-item {
  margin-right: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.header .nav-links .link-item .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.header .nav-links .link-item a {
  margin-bottom: 8px;
  color: #b9b9b9;
}
.header .nav-links .link-item a:hover {
  color: #fff;
}
.header .mobile-nav {
  display: none !important;
}
.banner {
  position: relative;
  height: 678px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.banner .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-bottom: 52px;
  transform: translateX(-50%);
}
.banner .container .title {
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.02em 0.02em 0.2em black;
}
.banner .container .desc {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0.02em 0.02em 0.2em black;
}
.banner .container .desc .left {
  display: flex;
  align-items: center;
  padding: 9px 30px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.35);
}
.banner .container .desc .left span {
  display: inline-flex;
  align-items: center;
}
.banner .container .desc .left span img {
  margin-right: 20px;
}
.banner .container .desc .left span:not(:last-of-type) {
  margin-right: 56px;
}
.banner .container .desc .collect {
  margin-left: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  background: #ffc600;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s;
}
.banner .container .desc .collect:hover {
  background: #000;
  color: #ffc600;
}
.banner .container .desc .collect span {
  margin: 0 23px;
}
.banner .container .desc .collect img {
  height: 100%;
}
.bread-crumb {
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.8);
}
.bread-crumb .container {
  font-size: 20px;
  color: #fff;
}
.bread-crumb .container span,
.bread-crumb .container a {
  margin-right: 16px;
  color: #fff;
}
.bread-crumb .container span.active,
.bread-crumb .container a.active {
  color: #ffb900;
}
.bread-crumb .container img {
  margin-right: 10px;
}
.contact-us {
  padding: 73px 0;
  background: #eee;
}
.contact-us .container {
  display: flex;
  align-items: center;
}
.contact-us .title .cn {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #000000;
}
.contact-us .title .line {
  margin: 8px 0 15px;
  width: 64px;
  height: 4px;
  background-color: #000000;
}
.contact-us .title .en {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #000000;
}
.contact-us .img-list {
  margin-left: 45px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-us .img-list > section {
  width: 147px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.contact-us .img-list > section a {
  color: #000000;
}
.contact-us .img-list > section img {
  width: 100%;
  margin-bottom: 22px;
}
.collect {
  cursor: pointer;
}
.collect img.gray {
  filter: grayscale(100%);
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 50px;
  background-color: #000000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #fdcb00;
  transition: all 0.3s ease;
}
.more.common-btn:hover {
  background: #fdc305;
  color: #000;
}
.more.common-btn:hover::after {
  border-left-color: #000;
}
.more::after {
  margin-left: 10px;
  content: '';
  border: 8px solid #fecb00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: all 0.3s;
}
footer {
  padding: 26px 0;
  background: #2c2c2c;
}
footer .info {
  flex: 1;
}
footer .info .logo {
  margin-bottom: 32px;
}
footer .info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #b9b9b9;
}
footer .info p a {
  color: #b9b9b9;
}
footer .info p span {
  display: block;
}
footer .nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
footer .nav-links .link-item {
  flex-direction: column;
  display: flex;
}
footer .nav-links .link-item .title {
  margin-bottom: 10px;
}
footer .nav-links .link-item a {
  margin-bottom: 8px;
  color: #b9b9b9;
}
footer .nav-links .link-item a:hover {
  color: #fff;
}
